home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_149.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  220 b   |  11 lines

  1. ERROR
  2. Returns the value #ERROR!
  3.  
  4. Format: ERROR ( )
  5.  
  6. Argument: No argument.
  7.  
  8. Example:
  9. IF (ISBLANK (A1), "HI", ERROR ( )).
  10. Assuming cell A1 has some data in it, the result is #ERROR! If cell A1 is blank, the result is HI.
  11.